- RtlCaptureStackBackTrace
USHORT RtlCaptureStackBackTrace(ULONG FramesToSkip, ULONG FramesToCapture, PVOID* BackTrace, PULONG BackTraceHash)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SymFromAddr
BOOL SymFromAddr(HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, SYMBOL_INFO* Symbol)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SymGetLineFromAddr64
BOOL SymGetLineFromAddr64(HANDLE hProcess, DWORD64 dwAddr, PDWORD pdwDisplacement, IMAGEHLP_LINEA64* line)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- TopLevelExceptionHandler
LONG TopLevelExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- backtraced_Register
void backtraced_Register()
Undocumented in source. Be warned that the author may not have intended to support it.
- backtraced_Register
void backtraced_Register()
Undocumented in source. Be warned that the author may not have intended to support it.
- convert_to_vma
size_t convert_to_vma(size_t addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- handler
void handler(int sig)
Undocumented in source. Be warned that the author may not have intended to support it.
- printStackTrace
void printStackTrace()
Undocumented in source. Be warned that the author may not have intended to support it.